Name | Description | |
---|---|---|
![]() | NCommandBuilderCollection<T> Constructor | Initializing constructor. |
The following tables list the members exposed by NCommandBuilderCollection<T>.
Name | Description | |
---|---|---|
![]() | NCommandBuilderCollection<T> Constructor | Initializing constructor. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in this collection. |
![]() | Item | Overloaded. Gets/Sets the command builder at the given index. |
Name | Description | |
---|---|---|
![]() | Add | Adds the given command builder to this collection. |
![]() | AddNoNull | Adds the given command builder to this collection. |
![]() | IndexOf | Returns the index of the command builder with the given name or -1 if such command builder does not exist in this collection. |
![]() | Insert | Inserts the given command builder at the specified index. |
![]() | Remove | Overloaded. Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false. |
![]() | RemoveAt | Removes the command builder at the given index. |